home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD Ware Multimedia 1995 May
/
cd Ware (Juegos) Epimundo.iso
/
DOS
/
GRAPHICS
/
VFD.ZIP
/
DEMO.BAT
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1994-11-30
|
154 b
|
8 lines
echo off
rem Play all RLE AVIs in a continuous loop with fade transitions.
:start
geewiz * -l1 -d -f3 -g
if errorlevel 1 goto end
goto start
:end